Html Css Color HEX #9C9FF6 Perano

📋 copy color: '#9C9FF6'

red 156 ◦ green 159 ◦ blue 246

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

Shades of Perano #9C9FF6

Tints of Perano #9C9FF6

RGB

 RED value IS 156 (61.33% from 255) = 27.81%

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 27.81%
G = 28.34%
B = 43.85%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9C9FF6 (or 0x9C9FF6) is known color: Perano. HEX triplet: 9C, 9F and F6. RGB value is (156,159,246). Sum of RGB (Red+Green+Blue) = 156+159+246=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C9FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FF6 is #636009. Grayscale: #A7A7A7. Windows color (decimal): -6512650 or 16162716. OLE color: 16162716.

HSL color Cylindrical-coordinate representation of color #9C9FF6: hue angle of 238º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9FF6 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 159 246 -
CMYK 0.37 0.35 0 0.04
HSL 238º 0.83% 0.79% -
HSV(B) 238º 0.37% 0.96% -
XYZ 42.74 38.52 92.37 -
YUV 168.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 156 159 246 0.37 0.35 0 0.04 238 0.83 0.79
Hex 9C 9F F6 25 23 0 4 EE 53 4F
Octal 234 237 366 45 43 0 4 356 123 117
Binary 10011100 10011111 11110110 100101 100011 0 100 11101110 1010011 1001111

Color Harmonies of #9C9FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FF6

Black with #9C9FF6

Text Example


Text Example

White with #9C9FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,159,246); }

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

background-color css

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

 a { background-color: rgb(156,159,246); }

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

border-color css

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

 span { border-color: rgb(156,159,246); }

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