Html Css Color HEX #9C4AFB Blue Violet

📋 copy color: '#9C4AFB'

red 156 ◦ green 74 ◦ blue 251

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

Shades of Blue Violet #9C4AFB

Tints of Blue Violet #9C4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 32.43%
G = 15.38%
B = 52.18%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C4AFB (or 0x9C4AFB) is known color: Blue Violet. HEX triplet: 9C, 4A and FB. RGB value is (156,74,251). Sum of RGB (Red+Green+Blue) = 156+74+251=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4AFB is #63B504. Grayscale: #767676. Windows color (decimal): -6534405 or 16468636. OLE color: 16468636.

HSL color Cylindrical-coordinate representation of color #9C4AFB: hue angle of 267.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C4AFB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 74 251 -
CMYK 0.38 0.71 0 0.02
HSL 267.8º 0.96% 0.64% -
HSV(B) 267.8º 0.71% 0.98% -
XYZ 33.57 18.93 93.15 -
YUV 118.7 202.67 154.61 -
System Red Green Blue C M Y K H S L
Decimal 156 74 251 0.38 0.71 0 0.02 267.8 0.96 0.64
Hex 9C 4A FB 26 47 0 2 10C 60 40
Octal 234 112 373 46 107 0 2 414 140 100
Binary 10011100 1001010 11111011 100110 1000111 0 10 100001100 1100000 1000000

Color Harmonies of #9C4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4AFB

Black with #9C4AFB

Text Example


Text Example

White with #9C4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,74,251); }

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

background-color css

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

 a { background-color: rgb(156,74,251); }

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

border-color css

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

 span { border-color: rgb(156,74,251); }

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