Html Css Color HEX #9C4EFD Blue Violet

📋 copy color: '#9C4EFD'

red 156 ◦ green 78 ◦ blue 253

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

Shades of Blue Violet #9C4EFD

Tints of Blue Violet #9C4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 253 (99.22% from 255) = 51.95%

R = 32.03%
G = 16.02%
B = 51.95%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C4EFD (or 0x9C4EFD) is known color: Blue Violet. HEX triplet: 9C, 4E and FD. RGB value is (156,78,253). Sum of RGB (Red+Green+Blue) = 156+78+253=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4EFD is #63B102. Grayscale: #787878. Windows color (decimal): -6533379 or 16600732. OLE color: 16600732.

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

Color convert

RGB 156 78 253 -
CMYK 0.38 0.69 0 0.01
HSL 266.74º 0.98% 0.65% -
HSV(B) 266.74º 0.69% 0.99% -
XYZ 34.16 19.61 94.91 -
YUV 121.27 202.34 152.77 -
System Red Green Blue C M Y K H S L
Decimal 156 78 253 0.38 0.69 0 0.01 266.74 0.98 0.65
Hex 9C 4E FD 26 45 0 1 10B 62 41
Octal 234 116 375 46 105 0 1 413 142 101
Binary 10011100 1001110 11111101 100110 1000101 0 1 100001011 1100010 1000001

Color Harmonies of #9C4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4EFD

Black with #9C4EFD

Text Example


Text Example

White with #9C4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,78,253); }

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

background-color css

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

 a { background-color: rgb(156,78,253); }

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

border-color css

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

 span { border-color: rgb(156,78,253); }

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