Html Css Color HEX #8238BA Dark Orchid

📋 copy color: '#8238BA'

red 130 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #8238BA

Tints of Dark Orchid #8238BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.05%

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

R = 34.95%
G = 15.05%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8238BA (or 0x8238BA) is known color: Dark Orchid. HEX triplet: 82, 38 and BA. RGB value is (130,56,186). Sum of RGB (Red+Green+Blue) = 130+56+186=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8238BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238BA is #7DC745. Grayscale: #5C5C5C. Windows color (decimal): -8243014 or 12204162. OLE color: 12204162.

HSL color Cylindrical-coordinate representation of color #8238BA: hue angle of 274.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8238BA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 56 186 -
CMYK 0.30 0.70 0 0.27
HSL 274.15º 0.54% 0.47% -
HSV(B) 274.15º 0.7% 0.73% -
XYZ 19.48 11.12 47.57 -
YUV 92.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 130 56 186 0.30 0.70 0 0.27 274.15 0.54 0.47
Hex 82 38 BA 1E 46 0 1B 112 36 2F
Octal 202 70 272 36 106 0 33 422 66 57
Binary 10000010 111000 10111010 11110 1000110 0 11011 100010010 110110 101111

Color Harmonies of #8238BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8238BA

Black with #8238BA

Text Example


Text Example

White with #8238BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8238BA; }

 p { color: rgb(130,56,186); }

 H1.HeaderClassName
 {
   color: #8238BA;
 }
 .AnyTagClassName
 {
   color: #8238BA;
 }
</style>

background-color css

<style>
 a { background-color: #8238BA; }

 a { background-color: rgb(130,56,186); }

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

border-color css

<style>
 span { border-color: #8238BA; }

 span { border-color: rgb(130,56,186); }

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