Html Css Color HEX #9C71FF Light Slate Blue

📋 copy color: '#9C71FF'

red 156 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #9C71FF

Tints of Light Slate Blue #9C71FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 29.77%
G = 21.56%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C71FF (or 0x9C71FF) is known color: Light Slate Blue. HEX triplet: 9C, 71 and FF. RGB value is (156,113,255). Sum of RGB (Red+Green+Blue) = 156+113+255=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C71FF is #638E00. Grayscale: #8D8D8D. Windows color (decimal): -6524417 or 16740764. OLE color: 16740764.

HSL color Cylindrical-coordinate representation of color #9C71FF: hue angle of 258.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C71FF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 113 255 -
CMYK 0.39 0.56 0 0
HSL 258.17º 1% 0.72% -
HSV(B) 258.17º 0.56% 1% -
XYZ 37.67 26.1 97.66 -
YUV 142.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 156 113 255 0.39 0.56 0 0 258.17 1 0.72
Hex 9C 71 FF 27 38 0 0 102 64 48
Octal 234 161 377 47 70 0 0 402 144 110
Binary 10011100 1110001 11111111 100111 111000 0 0 100000010 1100100 1001000

Color Harmonies of #9C71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C71FF

Black with #9C71FF

Text Example


Text Example

White with #9C71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,255); }

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

background-color css

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

 a { background-color: rgb(156,113,255); }

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

border-color css

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

 span { border-color: rgb(156,113,255); }

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