Html Css Color HEX #962DD3 Dark Orchid

📋 copy color: '#962DD3'

red 150 ◦ green 45 ◦ blue 211

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

Shades of Dark Orchid #962DD3

Tints of Dark Orchid #962DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.97%

R = 36.95%
G = 11.08%
B = 51.97%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#962DD3 (or 0x962DD3) is known color: Dark Orchid. HEX triplet: 96, 2D and D3. RGB value is (150,45,211). Sum of RGB (Red+Green+Blue) = 150+45+211=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #962DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DD3 is #69D22C. Grayscale: #5E5E5E. Windows color (decimal): -6935085 or 13839766. OLE color: 13839766.

HSL color Cylindrical-coordinate representation of color #962DD3: hue angle of 277.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962DD3 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 45 211 -
CMYK 0.29 0.79 0 0.17
HSL 277.95º 0.65% 0.5% -
HSV(B) 277.95º 0.79% 0.83% -
XYZ 25.27 13.06 62.82 -
YUV 95.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 150 45 211 0.29 0.79 0 0.17 277.95 0.65 0.5
Hex 96 2D D3 1D 4F 0 11 116 41 32
Octal 226 55 323 35 117 0 21 426 101 62
Binary 10010110 101101 11010011 11101 1001111 0 10001 100010110 1000001 110010

Color Harmonies of #962DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DD3

Black with #962DD3

Text Example


Text Example

White with #962DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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