Html Css Color HEX #9033BC Dark Orchid

📋 copy color: '#9033BC'

red 144 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #9033BC

Tints of Dark Orchid #9033BC

RGB

 RED value IS 144 (56.64% from 255) = 37.6%

 GREEN value IS 51 (20.31% from 255) = 13.32%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 37.6%
G = 13.32%
B = 49.09%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9033BC (or 0x9033BC) is known color: Dark Orchid. HEX triplet: 90, 33 and BC. RGB value is (144,51,188). Sum of RGB (Red+Green+Blue) = 144+51+188=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #9033BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9033BC is #6FCC43. Grayscale: #5D5D5D. Windows color (decimal): -7326788 or 12333968. OLE color: 12333968.

HSL color Cylindrical-coordinate representation of color #9033BC: hue angle of 280.73º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9033BC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 51 188 -
CMYK 0.23 0.73 0 0.26
HSL 280.73º 0.57% 0.47% -
HSV(B) 280.73º 0.73% 0.74% -
XYZ 21.76 11.93 48.73 -
YUV 94.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 144 51 188 0.23 0.73 0 0.26 280.73 0.57 0.47
Hex 90 33 BC 17 49 0 1A 119 39 2F
Octal 220 63 274 27 111 0 32 431 71 57
Binary 10010000 110011 10111100 10111 1001001 0 11010 100011001 111001 101111

Color Harmonies of #9033BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9033BC

Black with #9033BC

Text Example


Text Example

White with #9033BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9033BC; }

 p { color: rgb(144,51,188); }

 H1.HeaderClassName
 {
   color: #9033BC;
 }
 .AnyTagClassName
 {
   color: #9033BC;
 }
</style>

background-color css

<style>
 a { background-color: #9033BC; }

 a { background-color: rgb(144,51,188); }

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

border-color css

<style>
 span { border-color: #9033BC; }

 span { border-color: rgb(144,51,188); }

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