Html Css Color HEX #9F3CEA Blue Violet

📋 copy color: '#9F3CEA'

red 159 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #9F3CEA

Tints of Blue Violet #9F3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 35.1%
G = 13.25%
B = 51.66%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F3CEA (or 0x9F3CEA) is known color: Blue Violet. HEX triplet: 9F, 3C and EA. RGB value is (159,60,234). Sum of RGB (Red+Green+Blue) = 159+60+234=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CEA is #60C315. Grayscale: #6C6C6C. Windows color (decimal): -6341398 or 15350943. OLE color: 15350943.

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

Color convert

RGB 159 60 234 -
CMYK 0.32 0.74 0 0.08
HSL 274.14º 0.81% 0.58% -
HSV(B) 274.14º 0.74% 0.92% -
XYZ 30.77 16.54 79.41 -
YUV 109.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 159 60 234 0.32 0.74 0 0.08 274.14 0.81 0.58
Hex 9F 3C EA 20 4A 0 8 112 51 3A
Octal 237 74 352 40 112 0 10 422 121 72
Binary 10011111 111100 11101010 100000 1001010 0 1000 100010010 1010001 111010

Color Harmonies of #9F3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CEA

Black with #9F3CEA

Text Example


Text Example

White with #9F3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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