Html Css Color HEX #962CBC Dark Orchid

📋 copy color: '#962CBC'

red 150 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #962CBC

Tints of Dark Orchid #962CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

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

R = 39.27%
G = 11.52%
B = 49.21%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#962CBC (or 0x962CBC) is known color: Dark Orchid. HEX triplet: 96, 2C and BC. RGB value is (150,44,188). Sum of RGB (Red+Green+Blue) = 150+44+188=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #962CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CBC is #69D343. Grayscale: #5B5B5B. Windows color (decimal): -6935364 or 12332182. OLE color: 12332182.

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

Color convert

RGB 150 44 188 -
CMYK 0.20 0.77 0 0.26
HSL 284.17º 0.62% 0.45% -
HSV(B) 284.17º 0.77% 0.74% -
XYZ 22.56 11.92 48.69 -
YUV 92.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 150 44 188 0.20 0.77 0 0.26 284.17 0.62 0.45
Hex 96 2C BC 14 4D 0 1A 11C 3E 2D
Octal 226 54 274 24 115 0 32 434 76 55
Binary 10010110 101100 10111100 10100 1001101 0 11010 100011100 111110 101101

Color Harmonies of #962CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962CBC

Black with #962CBC

Text Example


Text Example

White with #962CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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