Html Css Color HEX #962EDF Blue Violet

📋 copy color: '#962EDF'

red 150 ◦ green 46 ◦ blue 223

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

Shades of Blue Violet #962EDF

Tints of Blue Violet #962EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 35.8%
G = 10.98%
B = 53.22%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#962EDF (or 0x962EDF) is known color: Blue Violet. HEX triplet: 96, 2E and DF. RGB value is (150,46,223). Sum of RGB (Red+Green+Blue) = 150+46+223=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #962EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EDF is #69D120. Grayscale: #606060. Windows color (decimal): -6934817 or 14626454. OLE color: 14626454.

HSL color Cylindrical-coordinate representation of color #962EDF: hue angle of 275.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962EDF is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 46 223 -
CMYK 0.33 0.79 0 0.13
HSL 275.25º 0.73% 0.53% -
HSV(B) 275.25º 0.79% 0.87% -
XYZ 26.87 13.77 71.05 -
YUV 97.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 150 46 223 0.33 0.79 0 0.13 275.25 0.73 0.53
Hex 96 2E DF 21 4F 0 D 113 49 35
Octal 226 56 337 41 117 0 15 423 111 65
Binary 10010110 101110 11011111 100001 1001111 0 1101 100010011 1001001 110101

Color Harmonies of #962EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EDF

Black with #962EDF

Text Example


Text Example

White with #962EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,46,223); }

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

background-color css

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

 a { background-color: rgb(150,46,223); }

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

border-color css

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

 span { border-color: rgb(150,46,223); }

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