Html Css Color HEX #962DBE Dark Orchid

📋 copy color: '#962DBE'

red 150 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #962DBE

Tints of Dark Orchid #962DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 38.96%
G = 11.69%
B = 49.35%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#962DBE (or 0x962DBE) is known color: Dark Orchid. HEX triplet: 96, 2D and BE. RGB value is (150,45,190). Sum of RGB (Red+Green+Blue) = 150+45+190=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #962DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DBE is #69D241. Grayscale: #5C5C5C. Windows color (decimal): -6935106 or 12463510. OLE color: 12463510.

HSL color Cylindrical-coordinate representation of color #962DBE: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962DBE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 45 190 -
CMYK 0.21 0.76 0 0.25
HSL 283.45º 0.62% 0.46% -
HSV(B) 283.45º 0.76% 0.75% -
XYZ 22.81 12.08 49.84 -
YUV 92.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 150 45 190 0.21 0.76 0 0.25 283.45 0.62 0.46
Hex 96 2D BE 15 4C 0 19 11B 3E 2E
Octal 226 55 276 25 114 0 31 433 76 56
Binary 10010110 101101 10111110 10101 1001100 0 11001 100011011 111110 101110

Color Harmonies of #962DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DBE

Black with #962DBE

Text Example


Text Example

White with #962DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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