Html Css Color HEX #99438C Violet Blue

📋 copy color: '#99438C'

red 153 ◦ green 67 ◦ blue 140

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

Shades of Violet Blue #99438C

Tints of Violet Blue #99438C

RGB

 RED value IS 153 (60.16% from 255) = 42.5%

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 42.5%
G = 18.61%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99438C (or 0x99438C) is known color: Violet Blue. HEX triplet: 99, 43 and 8C. RGB value is (153,67,140). Sum of RGB (Red+Green+Blue) = 153+67+140=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99438C is #66BC73. Grayscale: #646464. Windows color (decimal): -6732916 or 9192345. OLE color: 9192345.

HSL color Cylindrical-coordinate representation of color #99438C: hue angle of 309.07º 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 #99438C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 140 -
CMYK 0 0.56 0.08 0.4
HSL 309.07º 0.39% 0.43% -
HSV(B) 309.07º 0.56% 0.6% -
XYZ 19.88 12.68 26.21 -
YUV 101.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 153 67 140 0 0.56 0.08 0.4 309.07 0.39 0.43
Hex 99 43 8C 0 38 8 28 135 27 2B
Octal 231 103 214 0 70 10 50 465 47 53
Binary 10011001 1000011 10001100 0 111000 1000 101000 100110101 100111 101011

Color Harmonies of #99438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99438C

Black with #99438C

Text Example


Text Example

White with #99438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99438C; }

 p { color: rgb(153,67,140); }

 H1.HeaderClassName
 {
   color: #99438C;
 }
 .AnyTagClassName
 {
   color: #99438C;
 }
</style>

background-color css

<style>
 a { background-color: #99438C; }

 a { background-color: rgb(153,67,140); }

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

border-color css

<style>
 span { border-color: #99438C; }

 span { border-color: rgb(153,67,140); }

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