Html Css Color HEX #9F92C6 Cold Purple

📋 copy color: '#9F92C6'

red 159 ◦ green 146 ◦ blue 198

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

Shades of Cold Purple #9F92C6

Tints of Cold Purple #9F92C6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 31.61%
G = 29.03%
B = 39.36%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F92C6 (or 0x9F92C6) is known color: Cold Purple. HEX triplet: 9F, 92 and C6. RGB value is (159,146,198). Sum of RGB (Red+Green+Blue) = 159+146+198=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F92C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92C6 is #606D39. Grayscale: #9B9B9B. Windows color (decimal): -6319418 or 13013663. OLE color: 13013663.

HSL color Cylindrical-coordinate representation of color #9F92C6: hue angle of 255º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F92C6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 146 198 -
CMYK 0.20 0.26 0 0.22
HSL 255º 0.31% 0.67% -
HSV(B) 255º 0.26% 0.78% -
XYZ 34.77 32.01 57.77 -
YUV 155.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 159 146 198 0.20 0.26 0 0.22 255 0.31 0.67
Hex 9F 92 C6 14 1A 0 16 FF 1F 43
Octal 237 222 306 24 32 0 26 377 37 103
Binary 10011111 10010010 11000110 10100 11010 0 10110 11111111 11111 1000011

Color Harmonies of #9F92C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F92C6

Black with #9F92C6

Text Example


Text Example

White with #9F92C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,198); }

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

background-color css

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

 a { background-color: rgb(159,146,198); }

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

border-color css

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

 span { border-color: rgb(159,146,198); }

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