Html Css Color HEX #962DFD Blue Violet

📋 copy color: '#962DFD'

red 150 ◦ green 45 ◦ blue 253

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

Shades of Blue Violet #962DFD

Tints of Blue Violet #962DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 33.48%
G = 10.04%
B = 56.47%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#962DFD (or 0x962DFD) is known color: Blue Violet. HEX triplet: 96, 2D and FD. RGB value is (150,45,253). Sum of RGB (Red+Green+Blue) = 150+45+253=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #962DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DFD is #69D202. Grayscale: #636363. Windows color (decimal): -6935043 or 16592278. OLE color: 16592278.

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

Color convert

RGB 150 45 253 -
CMYK 0.41 0.82 0 0.01
HSL 270.29º 0.98% 0.58% -
HSV(B) 270.29º 0.82% 0.99% -
XYZ 31.25 15.45 94.26 -
YUV 100.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 150 45 253 0.41 0.82 0 0.01 270.29 0.98 0.58
Hex 96 2D FD 29 52 0 1 10E 62 3A
Octal 226 55 375 51 122 0 1 416 142 72
Binary 10010110 101101 11111101 101001 1010010 0 1 100001110 1100010 111010

Color Harmonies of #962DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DFD

Black with #962DFD

Text Example


Text Example

White with #962DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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