Html Css Color HEX #962ECB Dark Orchid

📋 copy color: '#962ECB'

red 150 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #962ECB

Tints of Dark Orchid #962ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 37.59%
G = 11.53%
B = 50.88%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#962ECB (or 0x962ECB) is known color: Dark Orchid. HEX triplet: 96, 2E and CB. RGB value is (150,46,203). Sum of RGB (Red+Green+Blue) = 150+46+203=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #962ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ECB is #69D134. Grayscale: #5E5E5E. Windows color (decimal): -6934837 or 13315734. OLE color: 13315734.

HSL color Cylindrical-coordinate representation of color #962ECB: hue angle of 279.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962ECB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 46 203 -
CMYK 0.26 0.77 0 0.20
HSL 279.75º 0.63% 0.49% -
HSV(B) 279.75º 0.77% 0.8% -
XYZ 24.33 12.75 57.68 -
YUV 94.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 150 46 203 0.26 0.77 0 0.20 279.75 0.63 0.49
Hex 96 2E CB 1A 4D 0 14 118 3F 31
Octal 226 56 313 32 115 0 24 430 77 61
Binary 10010110 101110 11001011 11010 1001101 0 10100 100011000 111111 110001

Color Harmonies of #962ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ECB

Black with #962ECB

Text Example


Text Example

White with #962ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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