Html Css Color HEX #962DF9 Blue Violet

📋 copy color: '#962DF9'

red 150 ◦ green 45 ◦ blue 249

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

Shades of Blue Violet #962DF9

Tints of Blue Violet #962DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 249 (97.66% from 255) = 56.08%

R = 33.78%
G = 10.14%
B = 56.08%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#962DF9 (or 0x962DF9) is known color: Blue Violet. HEX triplet: 96, 2D and F9. RGB value is (150,45,249). Sum of RGB (Red+Green+Blue) = 150+45+249=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #962DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DF9 is #69D206. Grayscale: #626262. Windows color (decimal): -6935047 or 16330134. OLE color: 16330134.

HSL color Cylindrical-coordinate representation of color #962DF9: hue angle of 270.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962DF9 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 45 249 -
CMYK 0.40 0.82 0 0.02
HSL 270.88º 0.94% 0.58% -
HSV(B) 270.88º 0.82% 0.98% -
XYZ 30.61 15.2 90.94 -
YUV 99.65 212.29 163.91 -
System Red Green Blue C M Y K H S L
Decimal 150 45 249 0.40 0.82 0 0.02 270.88 0.94 0.58
Hex 96 2D F9 28 52 0 2 10F 5E 3A
Octal 226 55 371 50 122 0 2 417 136 72
Binary 10010110 101101 11111001 101000 1010010 0 10 100001111 1011110 111010

Color Harmonies of #962DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DF9

Black with #962DF9

Text Example


Text Example

White with #962DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962DF9; }

 p { color: rgb(150,45,249); }

 H1.HeaderClassName
 {
   color: #962DF9;
 }
 .AnyTagClassName
 {
   color: #962DF9;
 }
</style>

background-color css

<style>
 a { background-color: #962DF9; }

 a { background-color: rgb(150,45,249); }

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

border-color css

<style>
 span { border-color: #962DF9; }

 span { border-color: rgb(150,45,249); }

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