Html Css Color HEX #962DBC Dark Orchid

📋 copy color: '#962DBC'

red 150 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #962DBC

Tints of Dark Orchid #962DBC

RGB

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

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

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

R = 39.16%
G = 11.75%
B = 49.09%

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

#962DBC (or 0x962DBC) is known color: Dark Orchid. HEX triplet: 96, 2D and BC. RGB value is (150,45,188). Sum of RGB (Red+Green+Blue) = 150+45+188=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #962DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DBC is #69D243. Grayscale: #5C5C5C. Windows color (decimal): -6935108 or 12332438. OLE color: 12332438.

HSL color Cylindrical-coordinate representation of color #962DBC: hue angle of 284.06º 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 #962DBC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 45 188 -
CMYK 0.20 0.76 0 0.26
HSL 284.06º 0.61% 0.46% -
HSV(B) 284.06º 0.76% 0.74% -
XYZ 22.59 11.99 48.7 -
YUV 92.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 150 45 188 0.20 0.76 0 0.26 284.06 0.61 0.46
Hex 96 2D BC 14 4C 0 1A 11C 3D 2E
Octal 226 55 274 24 114 0 32 434 75 56
Binary 10010110 101101 10111100 10100 1001100 0 11010 100011100 111101 101110

Color Harmonies of #962DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DBC

Black with #962DBC

Text Example


Text Example

White with #962DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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