Html Css Color HEX #962BBE Dark Orchid

📋 copy color: '#962BBE'

red 150 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #962BBE

Tints of Dark Orchid #962BBE

RGB

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

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

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

R = 39.16%
G = 11.23%
B = 49.61%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#962BBE (or 0x962BBE) is known color: Dark Orchid. HEX triplet: 96, 2B and BE. RGB value is (150,43,190). Sum of RGB (Red+Green+Blue) = 150+43+190=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #962BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BBE is #69D441. Grayscale: #5B5B5B. Windows color (decimal): -6935618 or 12462998. OLE color: 12462998.

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

Color convert

RGB 150 43 190 -
CMYK 0.21 0.77 0 0.25
HSL 283.67º 0.63% 0.46% -
HSV(B) 283.67º 0.77% 0.75% -
XYZ 22.74 11.93 49.82 -
YUV 91.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 150 43 190 0.21 0.77 0 0.25 283.67 0.63 0.46
Hex 96 2B BE 15 4D 0 19 11C 3F 2E
Octal 226 53 276 25 115 0 31 434 77 56
Binary 10010110 101011 10111110 10101 1001101 0 11001 100011100 111111 101110

Color Harmonies of #962BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BBE

Black with #962BBE

Text Example


Text Example

White with #962BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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