Html Css Color HEX #962EBC Dark Orchid

📋 copy color: '#962EBC'

red 150 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #962EBC

Tints of Dark Orchid #962EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 39.06%
G = 11.98%
B = 48.96%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#962EBC (or 0x962EBC) is known color: Dark Orchid. HEX triplet: 96, 2E and BC. RGB value is (150,46,188). Sum of RGB (Red+Green+Blue) = 150+46+188=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #962EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EBC is #69D143. Grayscale: #5C5C5C. Windows color (decimal): -6934852 or 12332694. OLE color: 12332694.

HSL color Cylindrical-coordinate representation of color #962EBC: hue angle of 283.94º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962EBC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 46 188 -
CMYK 0.20 0.76 0 0.26
HSL 283.94º 0.61% 0.46% -
HSV(B) 283.94º 0.76% 0.74% -
XYZ 22.63 12.07 48.71 -
YUV 93.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 150 46 188 0.20 0.76 0 0.26 283.94 0.61 0.46
Hex 96 2E BC 14 4C 0 1A 11C 3D 2E
Octal 226 56 274 24 114 0 32 434 75 56
Binary 10010110 101110 10111100 10100 1001100 0 11010 100011100 111101 101110

Color Harmonies of #962EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EBC

Black with #962EBC

Text Example


Text Example

White with #962EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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