Html Css Color HEX #962EBA Dark Orchid

📋 copy color: '#962EBA'

red 150 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #962EBA

Tints of Dark Orchid #962EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 39.27%
G = 12.04%
B = 48.69%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#962EBA (or 0x962EBA) is known color: Dark Orchid. HEX triplet: 96, 2E and BA. RGB value is (150,46,186). Sum of RGB (Red+Green+Blue) = 150+46+186=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #962EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EBA is #69D145. Grayscale: #5C5C5C. Windows color (decimal): -6934854 or 12201622. OLE color: 12201622.

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

Color convert

RGB 150 46 186 -
CMYK 0.19 0.75 0 0.27
HSL 284.57º 0.6% 0.45% -
HSV(B) 284.57º 0.75% 0.73% -
XYZ 22.42 11.98 47.59 -
YUV 93.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 150 46 186 0.19 0.75 0 0.27 284.57 0.6 0.45
Hex 96 2E BA 13 4B 0 1B 11D 3C 2D
Octal 226 56 272 23 113 0 33 435 74 55
Binary 10010110 101110 10111010 10011 1001011 0 11011 100011101 111100 101101

Color Harmonies of #962EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962EBA

Black with #962EBA

Text Example


Text Example

White with #962EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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