Html Css Color HEX #962EBB Dark Orchid

📋 copy color: '#962EBB'

red 150 ◦ green 46 ◦ blue 187

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

Shades of Dark Orchid #962EBB

Tints of Dark Orchid #962EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 39.16%
G = 12.01%
B = 48.83%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#962EBB (or 0x962EBB) is known color: Dark Orchid. HEX triplet: 96, 2E and BB. RGB value is (150,46,187). Sum of RGB (Red+Green+Blue) = 150+46+187=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #962EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EBB is #69D144. Grayscale: #5C5C5C. Windows color (decimal): -6934853 or 12267158. OLE color: 12267158.

HSL color Cylindrical-coordinate representation of color #962EBB: hue angle of 284.26º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962EBB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 46 187 -
CMYK 0.20 0.75 0 0.27
HSL 284.26º 0.61% 0.46% -
HSV(B) 284.26º 0.75% 0.73% -
XYZ 22.52 12.03 48.15 -
YUV 93.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 150 46 187 0.20 0.75 0 0.27 284.26 0.61 0.46
Hex 96 2E BB 14 4B 0 1B 11C 3D 2E
Octal 226 56 273 24 113 0 33 434 75 56
Binary 10010110 101110 10111011 10100 1001011 0 11011 100011100 111101 101110

Color Harmonies of #962EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EBB

Black with #962EBB

Text Example


Text Example

White with #962EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,46,187); }

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

background-color css

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

 a { background-color: rgb(150,46,187); }

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

border-color css

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

 span { border-color: rgb(150,46,187); }

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