Html Css Color HEX #8330BC Dark Orchid

📋 copy color: '#8330BC'

red 131 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #8330BC

Tints of Dark Orchid #8330BC

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 35.69%
G = 13.08%
B = 51.23%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8330BC (or 0x8330BC) is known color: Dark Orchid. HEX triplet: 83, 30 and BC. RGB value is (131,48,188). Sum of RGB (Red+Green+Blue) = 131+48+188=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #8330BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330BC is #7CCF43. Grayscale: #585858. Windows color (decimal): -8179524 or 12333187. OLE color: 12333187.

HSL color Cylindrical-coordinate representation of color #8330BC: hue angle of 275.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8330BC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 48 188 -
CMYK 0.30 0.74 0 0.26
HSL 275.57º 0.59% 0.46% -
HSV(B) 275.57º 0.74% 0.74% -
XYZ 19.49 10.57 48.59 -
YUV 88.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 131 48 188 0.30 0.74 0 0.26 275.57 0.59 0.46
Hex 83 30 BC 1E 4A 0 1A 114 3B 2E
Octal 203 60 274 36 112 0 32 424 73 56
Binary 10000011 110000 10111100 11110 1001010 0 11010 100010100 111011 101110

Color Harmonies of #8330BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8330BC

Black with #8330BC

Text Example


Text Example

White with #8330BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,48,188); }

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

background-color css

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

 a { background-color: rgb(131,48,188); }

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

border-color css

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

 span { border-color: rgb(131,48,188); }

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