Html Css Color HEX #9F8BCF Cold Purple

📋 copy color: '#9F8BCF'

red 159 ◦ green 139 ◦ blue 207

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

Shades of Cold Purple #9F8BCF

Tints of Cold Purple #9F8BCF

RGB

 RED value IS 159 (62.5% from 255) = 31.49%

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 31.49%
G = 27.52%
B = 40.99%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F8BCF (or 0x9F8BCF) is known color: Cold Purple. HEX triplet: 9F, 8B and CF. RGB value is (159,139,207). Sum of RGB (Red+Green+Blue) = 159+139+207=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BCF is #607430. Grayscale: #989898. Windows color (decimal): -6321201 or 13601695. OLE color: 13601695.

HSL color Cylindrical-coordinate representation of color #9F8BCF: hue angle of 257.65º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F8BCF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 139 207 -
CMYK 0.23 0.33 0 0.19
HSL 257.65º 0.41% 0.68% -
HSV(B) 257.65º 0.33% 0.81% -
XYZ 34.79 30.34 63.05 -
YUV 152.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 159 139 207 0.23 0.33 0 0.19 257.65 0.41 0.68
Hex 9F 8B CF 17 21 0 13 102 29 44
Octal 237 213 317 27 41 0 23 402 51 104
Binary 10011111 10001011 11001111 10111 100001 0 10011 100000010 101001 1000100

Color Harmonies of #9F8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8BCF

Black with #9F8BCF

Text Example


Text Example

White with #9F8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,139,207); }

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

background-color css

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

 a { background-color: rgb(159,139,207); }

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

border-color css

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

 span { border-color: rgb(159,139,207); }

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