Html Css Color HEX #9F4CEA Blue Violet

📋 copy color: '#9F4CEA'

red 159 ◦ green 76 ◦ blue 234

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

Shades of Blue Violet #9F4CEA

Tints of Blue Violet #9F4CEA

RGB

 RED value IS 159 (62.5% from 255) = 33.9%

 GREEN value IS 76 (30.08% from 255) = 16.2%

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 33.9%
G = 16.2%
B = 49.89%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F4CEA (or 0x9F4CEA) is known color: Blue Violet. HEX triplet: 9F, 4C and EA. RGB value is (159,76,234). Sum of RGB (Red+Green+Blue) = 159+76+234=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4CEA is #60B315. Grayscale: #767676. Windows color (decimal): -6337302 or 15355039. OLE color: 15355039.

HSL color Cylindrical-coordinate representation of color #9F4CEA: hue angle of 271.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4CEA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 76 234 -
CMYK 0.32 0.68 0 0.08
HSL 271.52º 0.79% 0.61% -
HSV(B) 271.52º 0.68% 0.92% -
XYZ 31.73 18.48 79.74 -
YUV 118.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 159 76 234 0.32 0.68 0 0.08 271.52 0.79 0.61
Hex 9F 4C EA 20 44 0 8 110 4F 3D
Octal 237 114 352 40 104 0 10 420 117 75
Binary 10011111 1001100 11101010 100000 1000100 0 1000 100010000 1001111 111101

Color Harmonies of #9F4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4CEA

Black with #9F4CEA

Text Example


Text Example

White with #9F4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,76,234); }

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

background-color css

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

 a { background-color: rgb(159,76,234); }

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

border-color css

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

 span { border-color: rgb(159,76,234); }

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