Html Css Color HEX #9B8FCA Cold Purple

📋 copy color: '#9B8FCA'

red 155 ◦ green 143 ◦ blue 202

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

Shades of Cold Purple #9B8FCA

Tints of Cold Purple #9B8FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 31%
G = 28.6%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B8FCA (or 0x9B8FCA) is known color: Cold Purple. HEX triplet: 9B, 8F and CA. RGB value is (155,143,202). Sum of RGB (Red+Green+Blue) = 155+143+202=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FCA is #647035. Grayscale: #999999. Windows color (decimal): -6582326 or 13275035. OLE color: 13275035.

HSL color Cylindrical-coordinate representation of color #9B8FCA: hue angle of 252.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B8FCA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 143 202 -
CMYK 0.23 0.29 0 0.21
HSL 252.2º 0.36% 0.68% -
HSV(B) 252.2º 0.29% 0.79% -
XYZ 34 30.88 60.05 -
YUV 153.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 155 143 202 0.23 0.29 0 0.21 252.2 0.36 0.68
Hex 9B 8F CA 17 1D 0 15 FC 24 44
Octal 233 217 312 27 35 0 25 374 44 104
Binary 10011011 10001111 11001010 10111 11101 0 10101 11111100 100100 1000100

Color Harmonies of #9B8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8FCA

Black with #9B8FCA

Text Example


Text Example

White with #9B8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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