Html Css Color HEX #8233BE Dark Orchid

📋 copy color: '#8233BE'

red 130 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #8233BE

Tints of Dark Orchid #8233BE

RGB

 RED value IS 130 (51.17% from 255) = 35.04%

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

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

R = 35.04%
G = 13.75%
B = 51.21%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8233BE (or 0x8233BE) is known color: Dark Orchid. HEX triplet: 82, 33 and BE. RGB value is (130,51,190). Sum of RGB (Red+Green+Blue) = 130+51+190=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8233BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8233BE is #7DCC41. Grayscale: #595959. Windows color (decimal): -8244290 or 12465026. OLE color: 12465026.

HSL color Cylindrical-coordinate representation of color #8233BE: hue angle of 274.1º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8233BE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 51 190 -
CMYK 0.32 0.73 0 0.25
HSL 274.1º 0.58% 0.47% -
HSV(B) 274.1º 0.73% 0.75% -
XYZ 19.68 10.83 49.77 -
YUV 90.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 130 51 190 0.32 0.73 0 0.25 274.1 0.58 0.47
Hex 82 33 BE 20 49 0 19 112 3A 2F
Octal 202 63 276 40 111 0 31 422 72 57
Binary 10000010 110011 10111110 100000 1001001 0 11001 100010010 111010 101111

Color Harmonies of #8233BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8233BE

Black with #8233BE

Text Example


Text Example

White with #8233BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8233BE; }

 p { color: rgb(130,51,190); }

 H1.HeaderClassName
 {
   color: #8233BE;
 }
 .AnyTagClassName
 {
   color: #8233BE;
 }
</style>

background-color css

<style>
 a { background-color: #8233BE; }

 a { background-color: rgb(130,51,190); }

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

border-color css

<style>
 span { border-color: #8233BE; }

 span { border-color: rgb(130,51,190); }

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