Html Css Color HEX #9B8FAA Cold Purple

📋 copy color: '#9B8FAA'

red 155 ◦ green 143 ◦ blue 170

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

Shades of Cold Purple #9B8FAA

Tints of Cold Purple #9B8FAA

RGB

 RED value IS 155 (60.94% from 255) = 33.12%

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 33.12%
G = 30.56%
B = 36.32%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B8FAA (or 0x9B8FAA) is known color: Cold Purple. HEX triplet: 9B, 8F and AA. RGB value is (155,143,170). Sum of RGB (Red+Green+Blue) = 155+143+170=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8FAA is #647055. Grayscale: #959595. Windows color (decimal): -6582358 or 11177883. OLE color: 11177883.

HSL color Cylindrical-coordinate representation of color #9B8FAA: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8FAA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 143 170 -
CMYK 0.09 0.16 0 0.33
HSL 266.67º 0.14% 0.61% -
HSV(B) 266.67º 0.16% 0.67% -
XYZ 30.6 29.52 42.11 -
YUV 149.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 155 143 170 0.09 0.16 0 0.33 266.67 0.14 0.61
Hex 9B 8F AA 9 10 0 21 10B E 3D
Octal 233 217 252 11 20 0 41 413 16 75
Binary 10011011 10001111 10101010 1001 10000 0 100001 100001011 1110 111101

Color Harmonies of #9B8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8FAA

Black with #9B8FAA

Text Example


Text Example

White with #9B8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8FAA; }

 p { color: rgb(155,143,170); }

 H1.HeaderClassName
 {
   color: #9B8FAA;
 }
 .AnyTagClassName
 {
   color: #9B8FAA;
 }
</style>

background-color css

<style>
 a { background-color: #9B8FAA; }

 a { background-color: rgb(155,143,170); }

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

border-color css

<style>
 span { border-color: #9B8FAA; }

 span { border-color: rgb(155,143,170); }

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