Html Css Color HEX #962EDC Blue Violet

📋 copy color: '#962EDC'

red 150 ◦ green 46 ◦ blue 220

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

Shades of Blue Violet #962EDC

Tints of Blue Violet #962EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 36.06%
G = 11.06%
B = 52.88%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#962EDC (or 0x962EDC) is known color: Blue Violet. HEX triplet: 96, 2E and DC. RGB value is (150,46,220). Sum of RGB (Red+Green+Blue) = 150+46+220=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #962EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EDC is #69D123. Grayscale: #606060. Windows color (decimal): -6934820 or 14429846. OLE color: 14429846.

HSL color Cylindrical-coordinate representation of color #962EDC: hue angle of 275.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962EDC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 46 220 -
CMYK 0.32 0.79 0 0.14
HSL 275.86º 0.71% 0.52% -
HSV(B) 275.86º 0.79% 0.86% -
XYZ 26.47 13.61 68.94 -
YUV 96.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 150 46 220 0.32 0.79 0 0.14 275.86 0.71 0.52
Hex 96 2E DC 20 4F 0 E 114 47 34
Octal 226 56 334 40 117 0 16 424 107 64
Binary 10010110 101110 11011100 100000 1001111 0 1110 100010100 1000111 110100

Color Harmonies of #962EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EDC

Black with #962EDC

Text Example


Text Example

White with #962EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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