Html Css Color HEX #961FEA Blue Violet

📋 copy color: '#961FEA'

red 150 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #961FEA

Tints of Blue Violet #961FEA

RGB

 RED value IS 150 (58.98% from 255) = 36.14%

 GREEN value IS 31 (12.5% from 255) = 7.47%

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

R = 36.14%
G = 7.47%
B = 56.39%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#961FEA (or 0x961FEA) is known color: Blue Violet. HEX triplet: 96, 1F and EA. RGB value is (150,31,234). Sum of RGB (Red+Green+Blue) = 150+31+234=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #961FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961FEA is #69E015. Grayscale: #595959. Windows color (decimal): -6938646 or 15343510. OLE color: 15343510.

HSL color Cylindrical-coordinate representation of color #961FEA: hue angle of 275.17º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961FEA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 31 234 -
CMYK 0.36 0.87 0 0.08
HSL 275.17º 0.83% 0.52% -
HSV(B) 275.17º 0.87% 0.92% -
XYZ 27.92 13.4 78.96 -
YUV 89.72 209.42 170.99 -
System Red Green Blue C M Y K H S L
Decimal 150 31 234 0.36 0.87 0 0.08 275.17 0.83 0.52
Hex 96 1F EA 24 57 0 8 113 53 34
Octal 226 37 352 44 127 0 10 423 123 64
Binary 10010110 11111 11101010 100100 1010111 0 1000 100010011 1010011 110100

Color Harmonies of #961FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FEA

Black with #961FEA

Text Example


Text Example

White with #961FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961FEA; }

 p { color: rgb(150,31,234); }

 H1.HeaderClassName
 {
   color: #961FEA;
 }
 .AnyTagClassName
 {
   color: #961FEA;
 }
</style>

background-color css

<style>
 a { background-color: #961FEA; }

 a { background-color: rgb(150,31,234); }

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

border-color css

<style>
 span { border-color: #961FEA; }

 span { border-color: rgb(150,31,234); }

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