Html Css Color HEX #962BCD Dark Orchid

📋 copy color: '#962BCD'

red 150 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #962BCD

Tints of Dark Orchid #962BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 37.69%
G = 10.8%
B = 51.51%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#962BCD (or 0x962BCD) is known color: Dark Orchid. HEX triplet: 96, 2B and CD. RGB value is (150,43,205). Sum of RGB (Red+Green+Blue) = 150+43+205=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #962BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BCD is #69D432. Grayscale: #5C5C5C. Windows color (decimal): -6935603 or 13446038. OLE color: 13446038.

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

Color convert

RGB 150 43 205 -
CMYK 0.27 0.79 0 0.20
HSL 279.63º 0.65% 0.49% -
HSV(B) 279.63º 0.79% 0.8% -
XYZ 24.46 12.62 58.9 -
YUV 93.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 150 43 205 0.27 0.79 0 0.20 279.63 0.65 0.49
Hex 96 2B CD 1B 4F 0 14 118 41 31
Octal 226 53 315 33 117 0 24 430 101 61
Binary 10010110 101011 11001101 11011 1001111 0 10100 100011000 1000001 110001

Color Harmonies of #962BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BCD

Black with #962BCD

Text Example


Text Example

White with #962BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,43,205); }

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

background-color css

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

 a { background-color: rgb(150,43,205); }

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

border-color css

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

 span { border-color: rgb(150,43,205); }

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