Html Css Color HEX #98438A Violet Blue

📋 copy color: '#98438A'

red 152 ◦ green 67 ◦ blue 138

#98438A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #98438A

Tints of Violet Blue #98438A

RGB

 RED value IS 152 (59.77% from 255) = 42.58%

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 42.58%
G = 18.77%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98438A (or 0x98438A) is known color: Violet Blue. HEX triplet: 98, 43 and 8A. RGB value is (152,67,138). Sum of RGB (Red+Green+Blue) = 152+67+138=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438A is #67BC75. Grayscale: #646464. Windows color (decimal): -6798454 or 9061272. OLE color: 9061272.

HSL color Cylindrical-coordinate representation of color #98438A: hue angle of 309.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98438A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 138 -
CMYK 0 0.56 0.09 0.40
HSL 309.88º 0.39% 0.43% -
HSV(B) 309.88º 0.56% 0.6% -
XYZ 19.54 12.52 25.43 -
YUV 100.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 152 67 138 0 0.56 0.09 0.40 309.88 0.39 0.43
Hex 98 43 8A 0 38 9 28 136 27 2B
Octal 230 103 212 0 70 11 50 466 47 53
Binary 10011000 1000011 10001010 0 111000 1001 101000 100110110 100111 101011

Color Harmonies of #98438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98438A

Black with #98438A

Text Example


Text Example

White with #98438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98438A; }

 p { color: rgb(152,67,138); }

 H1.HeaderClassName
 {
   color: #98438A;
 }
 .AnyTagClassName
 {
   color: #98438A;
 }
</style>

background-color css

<style>
 a { background-color: #98438A; }

 a { background-color: rgb(152,67,138); }

 div.DivClassName
 {
   background-color: #98438A;
 }
 .BgClassName
 {
   background-color: #98438A;
 }
</style>

border-color css

<style>
 span { border-color: #98438A; }

 span { border-color: rgb(152,67,138); }

 td.TdClassName
 {
   border-color: #98438A;
 }
 .TagClassName
 {
   border-color: #98438A;
 }
</style>