Html Css Color HEX #9C61FC Light Slate Blue

📋 copy color: '#9C61FC'

red 156 ◦ green 97 ◦ blue 252

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

Shades of Light Slate Blue #9C61FC

Tints of Light Slate Blue #9C61FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 30.89%
G = 19.21%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C61FC (or 0x9C61FC) is known color: Light Slate Blue. HEX triplet: 9C, 61 and FC. RGB value is (156,97,252). Sum of RGB (Red+Green+Blue) = 156+97+252=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C61FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C61FC is #639E03. Grayscale: #838383. Windows color (decimal): -6528516 or 16540060. OLE color: 16540060.

HSL color Cylindrical-coordinate representation of color #9C61FC: hue angle of 262.84º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C61FC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 97 252 -
CMYK 0.38 0.62 0 0.01
HSL 262.84º 0.96% 0.68% -
HSV(B) 262.84º 0.62% 0.99% -
XYZ 35.56 22.65 94.59 -
YUV 132.31 195.55 144.9 -
System Red Green Blue C M Y K H S L
Decimal 156 97 252 0.38 0.62 0 0.01 262.84 0.96 0.68
Hex 9C 61 FC 26 3E 0 1 107 60 44
Octal 234 141 374 46 76 0 1 407 140 104
Binary 10011100 1100001 11111100 100110 111110 0 1 100000111 1100000 1000100

Color Harmonies of #9C61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C61FC

Black with #9C61FC

Text Example


Text Example

White with #9C61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,252); }

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

background-color css

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

 a { background-color: rgb(156,97,252); }

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

border-color css

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

 span { border-color: rgb(156,97,252); }

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